
#imgA{
    width: auto;
    height: 100%;
    position: relative;
    --background-color: bisque;
    left: -8%;
    bottom: 0;
    padding: 0;
    align-items: center;
    overflow: hidden;
}

#imgA img{
    image-rendering: optimizeQuality;
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 auto;
    margin-left: 0;
}

#descT{
    width: 50%;
    height: auto;
    left: 0;
    right: 3%;
    position: relative;
    display: list-item;
    --background: yellow;
}

#descT p{
    --background-color: brown;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font: 'Courier';
    font-size: 150%;
    word-wrap: auto;
}